AddRange(Object[]) Method
Adds subitems in the specified collection to the end of the collection.
public void AddRange(
object[]
)
'Declaration
Public Overloads Sub AddRange( _
ByVal () As Object _
)
'Usage
Dim instance As SubItemCollectionInfo
Dim subItems() As Object
instance.AddRange(subItems)
Parameters
- subItems
- An object array added into the collection.